PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContent Class / setInnerMargins Method
A PDFFlowContentMargins object specifying the content inner margins.
In This Topic
    setInnerMargins Method
    In This Topic
    Sets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
    Syntax
    public void setInnerMargins( 
       PDFFlowContentMargins innerMargins
    )

    Parameters

    innerMargins
    A PDFFlowContentMargins object specifying the content inner margins.
    Exceptions
    ExceptionDescription
    When innerMargins is null.
    See Also